home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TLICENSEDLG / TLICENSEDLG.txt
Text File  |  1998-03-11  |  2KB  |  85 lines

  1. object LicenseDLG: TLicenseDLG
  2.   Left = 119
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'License'
  7.   ClientHeight = 252
  8.   ClientWidth = 425
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ListBox1: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 425
  20.     Height = 209
  21.     Align = alTop
  22.     ItemHeight = 13
  23.     Items.Strings = (
  24.       'LICENSE AGREEMENT:'
  25.       ''
  26.       
  27.         'This is a shareware version of FTP Connect 1.1.  You are granted' +
  28.         ' a right to'
  29.       
  30.         'use this software for 30 days.  After the trial ends you must ei' +
  31.         'ther delete the'
  32.       
  33.         'software or register it.  You may redistribute this software fre' +
  34.         'e of charge.  It'
  35.       
  36.         'has to be the same installation copy you obtained from the Inter' +
  37.         'net.'
  38.       'All files should be intact, and cannot be modified.'
  39.       ''
  40.       'WARRANTY:'
  41.       ''
  42.       
  43.         'This shareware product is provided '#39'AS IS'#39' with no warranties.  ' +
  44.         'The author'
  45.       
  46.         'will not be responsible for any damages (software/hardware) to t' +
  47.         'he '
  48.       
  49.         'computer system (network system, PC, etc.) this software is runn' +
  50.         'ing on.'
  51.       '=============================================================='
  52.       'If you have further questions please contact the author at:'
  53.       'lukaszb@msn.com')
  54.     TabOrder = 0
  55.   end
  56.   object Button1: TButton
  57.     Left = 208
  58.     Top = 216
  59.     Width = 217
  60.     Height = 33
  61.     Caption = 'CANCEL'
  62.     Font.Color = clBlack
  63.     Font.Height = -16
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 1
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 0
  72.     Top = 216
  73.     Width = 209
  74.     Height = 33
  75.     Caption = 'AGREE'
  76.     Font.Color = clBlack
  77.     Font.Height = -16
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     TabOrder = 2
  82.     OnClick = Button2Click
  83.   end
  84. end
  85.